[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 YESCHAR() (STRING)

 Function
  Get the yes response character for the current language.

 Syntax
  YESCHAR()   No arguments are required

 Return Type & Value
  STRING
  Returns the yes character for the current language.

 Remarks
  Support for foreign language yes/no responses can be easily added by
  using this function to determine what an affirmative response should
  be instead of hardcoding the english "Y" character.

 Examples
  STRING ans
  LET ans = YESCHAR()
  INPUTSTR "Run program now",ans,@X0E,1,"",AUTO+YESNO
  IF (ans = NOCHAR()) END

See Also: NOCHAR() YESNO
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson